authentication cookieの例文
- The thing is, the username / password that the user types in and the application verifies against the database needs to be different from the username that the application actually authenticates and stores in the authentication cookie.
- The security of an authentication cookie generally depends on the security of the issuing website and the user's hacker, used to gain access to user data, or used to gain access ( with the user's credentials ) to the website to which the cookie belongs ( see cross-site scripting and cross-site request forgery for examples ).